home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / BuildOptions.h < prev    next >
C/C++ Source or Header  |  2004-02-14  |  1KB  |  49 lines

  1. #if !defined(AFX_BUILDOPTIONS_H__9ADE0222_D39E_11D2_A2B1_0000E84E7CA1__INCLUDED_)
  2. #define AFX_BUILDOPTIONS_H__9ADE0222_D39E_11D2_A2B1_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // BuildOptions.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CBuildOptions dialog
  12.  
  13. class CBuildOptions : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CBuildOptions(CWnd* pParent = NULL);   // standard constructor
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CBuildOptions)
  21.     enum { IDD = IDD_BuildOptions };
  22.     CString    m_BuildString;
  23.     //}}AFX_DATA
  24.  
  25.  
  26. // Overrides
  27.     // ClassWizard generated virtual function overrides
  28.     //{{AFX_VIRTUAL(CBuildOptions)
  29.     protected:
  30.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. protected:
  35.   void OnHelpInfo2();
  36.  
  37.     // Generated message map functions
  38.     //{{AFX_MSG(CBuildOptions)
  39.     afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  40.     virtual BOOL OnInitDialog();
  41.     //}}AFX_MSG
  42.     DECLARE_MESSAGE_MAP()
  43. };
  44.  
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47.  
  48. #endif // !defined(AFX_BUILDOPTIONS_H__9ADE0222_D39E_11D2_A2B1_0000E84E7CA1__INCLUDED_)
  49.